From: Debian Qt/KDE Maintainers Date: Thu, 15 Aug 2019 14:15:39 +0000 (+0100) Subject: alpha_atimensec X-Git-Tag: archive/raspbian/5.11.3+dfsg1-4+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22%22?a=commitdiff_plain;h=8f4ff47b879ab387240c093cf0cc253367aba721;p=qtbase-opensource-src.git alpha_atimensec Gbp-Pq: Name alpha_atimensec.diff --- diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp index 5fa4a685b..7a77f9823 100644 --- a/src/corelib/io/qfilesystemengine_unix.cpp +++ b/src/corelib/io/qfilesystemengine_unix.cpp @@ -287,7 +287,7 @@ mtime(const T &statBuffer, int) { return timespecToMSecs(statBuffer.st_mtimespec); } #endif -#ifndef st_mtimensec +#if !defined(st_mtimensec) && !defined(__alpha__) // Xtimensec template Q_DECL_UNUSED static typename std::enable_if<(&T::st_atimensec, true), qint64>::type